home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2010 Summer - Disc 1
/
WN_Ete2010_CD1.iso
/
Onglet5
/
Weezo
/
Weezo setup.exe
/
{code_appDir}
/
www
/
local
/
localFunctions.php
< prev
next >
Wrap
PHP Script
|
2010-05-19
|
246b
|
9 lines
<?php
function lfInit(){
if($_SERVER['REMOTE_ADDR']!='127.0.0.1') die('unauthorized access');
$_ENV['configurationEnvironment']='application';
require_once(INCLUDE_DIR.'outputFunctions.php');
require_once(INCLUDE_DIR.'initFunctions.php');
}